home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
GRAPHICS
/
IMGLIB95
/
SCROLLIM.DP_
/
SCROLLIM.DP
Wrap
Text File
|
1996-03-31
|
185b
|
14 lines
program Scrollim;
uses
Forms,
Uscroll in 'USCROLL.PAS' {ScrollForm1};
{$R *.RES}
begin
Application.CreateForm(TScrollForm1, ScrollForm1);
Application.Run;
end.